public TODO Add(string content) { TODO tODO = new TODO { Content = content, Date = DateTime.Today }; return(repository.Add(tODO)); }