Could you give us some information ?
public static MyBO SomeFactoryMethod(string param1){ MyBO bo = new MyBO(); //-- fill the bo return bo;}