protected BaseController(ISMSData data, SupportAgent userProfile)
     : this(data)
 {
     this.userProfile = userProfile;
 }
 protected BaseController(ISMSData data)
 {
     this.data = data;
 }