public IEnumerable <OutletViewModel> GetOutletsByStatus(bool status) { return(_outletRepository.GetOutletsByStatus(status)); }