public static void InsertSms(Common.Sms sms) { Business.Sms smsController = new Business.Sms(); smsController.Insert(sms); }