public SectionService(IUnitOfWork unitOfWork, ISectionReposytory sectionReposytory)
 {
     _unitOfWorkuow     = unitOfWork;
     _sectionReposytory = sectionReposytory;
 }
 public SectionService(IUnitOfWork unitOfWork, ISectionReposytory sectionReposytory)
 {
     _unitOfWorkuow = unitOfWork;
     _sectionReposytory = sectionReposytory;
 }