public CustomerController()
 {
     _context = new AirBnBContext();
 }
 public HostController()
 {
     _context = new AirBnBContext();
 }