public CelebrityIndustryHandler(ICelebrityIndustryContext hContext)
 {
     this.hContext = hContext;
 }
 public CelebrityIndustryContract(ICelebrityIndustryContext context)
 {
     hContext = context;
 }