private bool GetKeyDown()
 {
     return(KeyCodes.Any(Input.GetKeyUp));
 }
 private bool GetKey()
 {
     return(KeyCodes.Any(Input.GetKey));
 }