// DELETE: api/Teams/5
 public void Delete(int id)
 {
     db.DeleteTeam(id);
 }