public AssetLicense FindById(long id)
 {
     return(repository.FindById(id));
 }