public IActionResult GetAll()
 {
     return(Ok(AuthorityGroupService.FindAll()));
 }