public IEnumerable <ItemModel> GetEstado() { return(EntityDao.GetEstados().Select(e => new ItemModel { Key = (int)e.Key, Value = e.Value })); }