// GET api/tank/5
 public Tank Get(int id)
 {
     return(_tankService.Get(id));
 }