public async Task <IActionResult> GetAll() { var vm = await _areasService.GetAll(); return(Ok(vm)); }