public static bool AddPresent(PresentInfo info) { if (dal.AddPresent(info)) { AddStockInfo(info); return(true); } return(false); }