/// <summary>
 /// Creaates new cost type
 /// </summary>
 /// <param name="costType">Object to be added to database</param>
 public void CreateItemType(CostType costType)
 {
     _costTypeService.CreateCostType(costType);
 }