public PersonController(G7Context context)
 {
     _context = context;
 }
 public CityController(G7Context context)
 {
     _context = context;
 }