public string GetInsertReplySMS(SMSView smsview) { SMSDAO smsdao = new SMSDAO(); try { return smsdao.InsertReplySMS(smsview); } catch (Exception) { throw; } }