public string GetInsertNewSMS(SMSView smsview) { SMSDAO smsdao = new SMSDAO(); try { string dt2; dt2= smsdao.InsertNewSMS(smsview); return dt2; } catch (Exception) { throw; } finally { smsdao = null; } }