public IEnumerable <Obra> GetObras() { var obras = obraRepository.GetAll().OrderBy(x => x.Codigo); return(obras); }