public List <ProveedoresOnLine.Company.Models.Util.GenericItemModel> MPCommercialGetBasicInfo(string CompanyPublicId, int?CommercialType, string CustomerPublicId)
 {
     return(DataFactory.MPCommercialGetBasicInfo(CompanyPublicId, CommercialType, CustomerPublicId));
 }