public bool Ask() { this.Init(); bool res = View.ShowAsDialog(); ApplicationController.ClearInstance <IChildView>(); return(res); }