public static bool DeleteExam(DBConnection connection, Exam exam, User user) { return(ExamTable.DeleteExam(connection, exam, user.Id)); }