public async Task <IActionResult> GetAllBranchesAsync()
 {
     return(Ok(await branchesService.GetAllBranchesAsync()));
 }