public ICollection <AssetRegistration> Get(Expression <Func <AssetRegistration, bool> > predicate)
 {
     return(repository.Get(predicate));
 }