public ActionResult <List <Person> > GetAll() { return(_context.GetAll()); //call GetAll() method from PersonList }