public IActionResult Get(int proccesType)
 {
     return(Ok(_decisionService.GetDecisionMakersForFirstStage(proccesType)));
 }