public int MPReportUpsert(string CompanyPublicId, int?ReportId, int ReportTypeId, string ReportName, bool Enable)
 {
     return(DataFactory.MPReportUpsert(CompanyPublicId, ReportId, ReportTypeId, ReportName, Enable));
 }