public void DeleteToDo(int toDoId)
 {
     _dataFunctions.DeleteToDo(toDoId);
 }