private void Awake()
 {
     Instance = this;
 }
 private void Update()
 {
     AspectRatioLocker.LockAspectRatio(9, 16);
 }