public ControlPanelTab SetContentType(BsControlPanelTabContentType type)
        {
            ContentType = type;

            return(this);
        }
        public ControlPanelTab SetContentType(BsControlPanelTabContentType type)
        {
            ContentType = type;

            return this;
        }