SetDepots
SetDepots(depots);
void SetDepots(const DepotInfoRef& depot);
void SetDepots(const std::vector<DepotInfoRef>& depots);
model->SetDepots(depots);
fModel->SetDepots(fDepots);
fModel.SetDepots(depot);