public int CommercialUpsert(string CompanyPublicId, int?CommercialId, int CommercialTypeId, string CommercialName, bool Enable)
 {
     return(DataFactory.CommercialUpsert(CompanyPublicId, CommercialId, CommercialTypeId, CommercialName, Enable));
 }