public FirstPersonCamera(ref Player p)
     : base(ref p)
 {
 }
 public Camera(ref Player p)
 {
     _player = p;
 }