public static void Remove(Car item) { BorrowCars.Remove(item); }
public static void Add(Car item) { BorrowCars.Add(item); }