public OutletService(GothamCaresApiContext gothamCaresApiContext)
 {
     _gothamCaresApiContext = gothamCaresApiContext;
 }
 public AdminService(GothamCaresApiContext gothamCaresApiContext)
 {
     _gothamCaresApiContext = gothamCaresApiContext;
 }
 public VolunteerService(GothamCaresApiContext gothamCareApiContext)
 {
     _gothamCaresApiContext = gothamCareApiContext;
 }