public DataSet GetCrossPropertyTicketAnalysisReport(DateTime StartDate, DateTime EndDate)
 {
     return(reports.GetCrossPropertyTicketAnalysisReport(StartDate, EndDate));
 }