public Task <bool> UpdateBranched_Enterprise(Branched_enterprise branchedEnterprise)
 {
     throw new NotImplementedException();
 }
        public async Task InsertBranched_Enterprise(Branched_enterprise branched)
        {
            await _unitOfWork.Branched_EnterpriseRepository.Add(branched);

            await _unitOfWork.SaveChangesAsync();
        }