public CouchDbTShirtRepository(IMyCouchStore store)
 {
     this.store = store;
 }
		public CouchDbTShirtRepository (IMyCouchStore store)
		{
			this.store = store;
		}