private IActionResult getEstateByAdvertType(bool type) { var list = m_estateService.GetEstatesByType(type); return(getResultNotFound(list)); }