public DataTable SetSMSStatusR(SMSView smsview) { SMSDAO smsdao = new SMSDAO(); try { // Getting Data From Dao return smsdao.GetDaoSetSMSStatusR(smsview); } catch { throw; } finally { smsdao = null; } }