public Make GetMake(int id) => Makes.ToList().Single(m => m.Id == id);
 public List <Make> GetAllMakes() => Makes.ToList();