public DataTable bllStockAlert() { dbcon obj = new dbcon(); try { return(obj.dllStockAlert()); } catch { throw; } finally { obj = null; } }