public PlanningEntity FillDoneValue(PlanningEntity planning, int clientId)
 {
     return(_repository.FillDoneValue(planning, clientId));
 }