private void ShowDataInGrid() { departments = aDepartmentBll.GetAllStudent(); departmentDataGridView.DataSource = departments; }