public XBoxController(PlayableEntity entity)
     : base(entity)
 {
 }
 public Controller(PlayableEntity entity)
 {
     this.entity = entity;
 }