public IEnumerable <PlanningEntity> GetItemPlanning(int companyId, int itemId)
 {
     return(_repository.GetItemPlannings(companyId, itemId));
 }