public ActionResult <List <string> > GetList(string q = null) => UtilService.ListProperty(_service.Query(), s => s.Nome, q).ToList();