public ClientRepository(GalaxyTallerContext galaxyTallerContext)
 {
     _galaxyTallerContext = galaxyTallerContext;
 }
 public BrandRepository(GalaxyTallerContext galaxyTallerContext)
 {
     _galaxyTallerContext = galaxyTallerContext;
 }
 public ProductRepository(GalaxyTallerContext galaxyTallerContext)
 {
     _galaxyTallerContext = galaxyTallerContext;
 }
 public UserRepository(GalaxyTallerContext galaxyTallerContext)
 {
     _galaxyTallerContext = galaxyTallerContext;
 }