public List <Area> Buscar(Area obj) { try { return(_area.Fetch(obj).ToList()); } catch (Exception ex) { throw SaveLog(ex); } }