public SurfaceRepository(PlaygroundReservationsContext context)
 {
     this.context = context;
 }
 public PlaygroundImageRepository(PlaygroundReservationsContext context)
 {
     this.context = context;
 }
 public CustomerProfileRepository(PlaygroundReservationsContext context)
 {
     this.context = context;
 }
 public SportComplexRepository(PlaygroundReservationsContext context)
 {
     this.context = context;
 }