public void Insert(Test entity)
 {
     _unitOfWork.GetRepository <Test>().Add(entity);
     _unitOfWork.Commit();
 }