public ConnectorViewModel(string name, Type datatype, EntityGroupTypes groupType)
 {
     this.Name      = name;
     this.Type      = ConnectorType.Undefined;
     this.DataType  = datatype;
     this.GroupType = groupType;
 }
 public ConnectorViewModel(string name, Type datatype, EntityGroupTypes groupType)
 {
     this.Name = name;
     this.Type = ConnectorType.Undefined;
     this.DataType = datatype;
     this.GroupType = groupType;
 }