public static T Get <T>() where T : SingletonMonoBehaviour
 {
     return(SingletonMonoBehaviour.get <T>());
 }