public List <Company.Models.Util.GenericItemModel> MPReportGetBasicInfo(string CompanyPublicId, int?ReportType)
 {
     return(DataFactory.MPReportGetBasicInfo(CompanyPublicId, ReportType));
 }