public static StudentList GetItem() { return(StudentDA.GetItem()); }
public static Student GetItem(string sid) { return(StudentDA.GetItem(sid)); }