public ActionResult <WorkshopModel> postponeWorkshop(int workshopId)
 {
     return(_workshopService.changeStatusWorkshop(workshopId, "POSTPONED"));
 }