public bool AddCreditToTeacherById(int t, int c)
 {
     return(teacherGateway.AddCreditToTeacherById(t, c));
 }