public int AddNewStudent(EStudents Student)
 {
     return(StudentDb.AddNewStudent(Student));
 }