private static List <ToDoItemDbModel> GetTasks() { InMemoryDatabase data = new InMemoryDatabase(); return(data.GetTasks()); }