void MainWindow::on_deleteButton_clicked()
{
    model->removeRows(ui->listView->currentIndex().row(),1);
}