public ActionResult <string> GetFilter(PersonViewModel filter) { return(Ok(personAppService.List(filter))); }