public int StudentDeleteFromGroup(StudentGroupDTO studentD) { StudentGroup student = new StudentGroup(); return(student.Delete(studentD.ID)); }