public DatabaseViewEntryWebsite(Controller controller, DatabaseView databaseView, int groupId) 
     : this(controller, databaseView)
 {
     _groupId = groupId;
 }
 public DatabaseViewEntryWebsite(Controller controller, DatabaseView databaseView, int groupId)
     : this(controller, databaseView)
 {
     _groupId = groupId;
 }
 public DatabaseViewEntryWebsite(Controller controller, DatabaseView databaseView) : this(controller)
 {
     _databaseView = databaseView;
 }
 public DatabaseViewEntryWebsite(Controller controller, DatabaseView databaseView) : this(controller)
 {
     _databaseView = databaseView;
 }