public async Task <IActionResult> GetAll()
 {
     return(Json(await _apiScopeService.GetAll()));
 }