public IHttpActionResult GetReportByName(string username) { return(Ok(_reportServices.GetReportByUserName(username).Data)); }