public StatesController(locationContext context)
 {
     _context = context;
 }
 public CitiesController(locationContext context)
 {
     _context = context;
 }
 public CountryController(locationContext context)
 {
     _context = context;
 }