public ICollection <AssetRegistration> GetAll()
 {
     return(repository.GetAll());
 }