public StatusViewModel CreateSubordinate(int workerId, int newSubId) { _workerRepository.CreateSubordinate(workerId, newSubId); return(new StatusViewModel(true)); }