public List <Unit> GetAll() { return(Depot.GetAll()); }
public List <Building> GetAll() { return(Depot.GetAll()); }