public static long InsertStockImport(BOStock objBO) { DAStock objDA = new DAStock(); return(Convert.ToInt64(objDA.InsertStockImport(objBO))); }