public BiPartiteMatching(IBiPartiteMatchOperators <T> operators)
 {
     this.operators = operators;
 }
 public BiPartiteMatching(IBiPartiteMatchOperators <T> @operator)
 {
     this.@operator = @operator;
 }
 public HopcroftKarpMatching(IBiPartiteMatchOperators <T> operators)
 {
     this.operators = operators;
 }