public void LoadDataGridView() { ReportsBLL ReportsBLL = new ReportsBLL(); //dataGridViewDataUser.DataSource = UsersBLL.All(); dataGridViewDataUser.DataSource = ReportsBLL.ReportUsers(); }