public void ClearTest()
 {
     sut = null;
 }
 public void Setup()
 {
     this.sut = new GeschaeftspartnerRepository();
 }