public static bool AddCourse(string x, string y, string z) { bool a = Courses.AddCourseMdl(x, y, z); return(a); }