public string DeletStudentById(int StudentId) { return(aStudentGetway.DeleteStudentById(StudentId)); }