public async Task <ResultListDto> GetUserBranchesAsync(int id)
 {
     return(await userAppService.GetUserBranchesAsync(id));
 }