public void DeleteTask(string taskId)
 {
     _taskModel.DeleteTaskById(taskId);
     LoadTasks();
 }