private void groupDataGridView_CellClick(object sender, DataGridViewCellEventArgs e)
 {
     ViewController.popupForm(new GroupSkillReport(true));
 }