public Report GetReportByID(int _reportID)
 {
     return(DataRowToReport(Reportctx.GetReportByID(_reportID)));
 }