public IEnumerable <Origin> GetAll()
 {
     return(repository.Get());
 }