public IEnumerable <JumpType> GetAll()
 {
     return(jumpService.GetAllJumpTypes());
 }