public T OpenPopUp <T>(params object[] args) where T : UIPopUpController { return(UIManager.OpenPopUp <T>(this, args)); }