public void DeleteNpcMothers(IDbConnection connection)
 {
     _mothershipService.DeleteNpcMothers(connection);
 }