public IEnumerable <Soep> Get()
 {
     return(_soepenRepository.GetAll());
 }