public void Start()
 {
     Instance = this;
 }
 public void Awake()
 {
     Instance = this;
 }