public TarrifService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }
 public PricingService(DomainModelPostgreSqlContext contex)
 {
     this.context = contex;
 }