public DataTable GetGeneratedQueue() { SMSDAO smsdao = new SMSDAO(); try { // Getting Data From Dao return smsdao.GetDaoQueueGenerationSMS(); } catch { throw; } finally { smsdao = null; } }