public static Student Details(int id = 0) { StudentDAL obj = new StudentDAL(); return obj.Details(id); }