public AssetRegistration GetById(int?id)
 {
     return(repository.GetById(id));
 }