/**
  * Remove a Student
  *
  * @param int
  * @return int
  */
 @Override
 public int removeAStudent(int StudentId) {
   return mmStudentDAO.removeAStudent(StudentId);
 }