public async Task <BranchModel> GetById(int id) { var branchObject = await _branchService.FindById(id); return(branchObject); }