public Student Detail(int id) { Student obj = new Student(); return(obj); }
public Student Edit(int id) { Student obj = new Student(); return(obj); }