public int StudentAdd(StudentModel sm) { return(ist.StudentAdd(sm)); }
public int StudentAdd(StudentModel t) { return(isd.StudentAdd(t)); }