public void RemoveStudent(Student dataToBeDeleted) { studentTableActions.RemoveStudent(dataToBeDeleted); }