public Report GenerateReport(Report creating) { if (ValidateReport(creating)) { return(Repository.GenerateReport(creating)); } return(creating); }