public List <Patrimonio> GetAllByMarca(int id)
 {
     return(Factory.GetAllPatrimoniosByMarca(id));
 }