internal Teacher AllCreditInfo(int teacherId)
 {
     return(assignGateway.AllCreditInfo(teacherId));
 }