public void AddItemToList(string todoContent)
 {
     _userController.AddElementToTodoList(todoContent);
 }