public bool RegisterActionFactory(AbstractActionFactory factory)
 {
     // TODO: Implement this
     return false;
 }
 public bool RegisterActionFactory(AbstractActionFactory factory)
 {
     // TODO: Implement this
     return(false);
 }