public TouristRepository()
 {
     db = new TouristAppContext();
 }
 public TouristAppUnitOfWork()
 {
     db = new TouristAppContext();
 }