public List<Todo> Get()
 {
     return _todoContext.GetAllTodos();
 }