public int MPReportInfoUpsert(int ReportId, int?ReportInfoId, int ReportInfoTypeId, string Value, string LargeValue, bool Enable)
 {
     return(DataFactory.MPReportInfoUpsert(ReportId, ReportInfoId, ReportInfoTypeId, Value, LargeValue, Enable));
 }