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