public IEnumerable <ColorDetail> GetAll() { return(_repository.GetAll().Select(Map)); }
public IList <Property> GetProperties() { return(_repository.GetAll()); }