static public void SetPropertyName()
 {
     if (activeProperty is Default_Property)
     {
         Default_Property property = (Default_Property)activeProperty;
         property.SetName(UserControllerManager.GetActive().text);
     }
 }
        //static private Label property_panel_msg;

        static PropertyPanelManager()
        {
            defaultProperty = new Default_Property();
        }