public List <ToDo> GetAllToDos()
 {
     return(_dataFunctions.GetAllToDos());
 }