/// <summary>
 /// Adds resources harvested in timeSpan
 /// </summary>
 /// <param name="timeSpan">timeSpan in which resources were harvested</param>
 /// <param name="villageId">villageId</param>
 public void AddResources(TimeSpan timeSpan, int villageId)
 {
     resourceService.AddResources(timeSpan, villageId);
 }