public int Delete(int serialNum) { Notifications n = new Notifications(); return(n.DeleteNotification(serialNum)); }