public static ArrayList ShowAllNotices() { ArrayList x = new ArrayList(); x = Notices.GetAllNotices(); return(x); }