public XeController(IXeService xeService)
 {
     this.xeService = xeService;
 }
 public XEsController(IXeService service)
 {
     this.service = service;
 }
 public void AddService(IXeService type)
 {
     Services.Add(type.GetType().FullName, type);
 }