public DisplayerController()
 {
     _displayer = ServiceContext.Resolve <IDataProvider>().Displayer as IDisplayer_TextDemo;
 }