public static void DeleteOrder(int orderid, string who, out string returnmsg) { PE_DAL.DeleteOrder(orderid, who, out returnmsg); }