public List <ReportList> get_my_reports(string user, string status)
        {
            var reports = new ReportList();

            return(reports.GetMyReports(user, status));
        }