public void Delete(string mainC, string subC, DateTime applyD)
 {
     _contractTariffPatternService.DeletePattern(mainC, subC, applyD);
 }