private void OnDestroy()
 {
     _instance = null;
 }
 private void Awake()
 {
     _instance         = this;
     _contentTransform = GetComponent <ScrollRect>().content;
 }