public ActionResult <WorkshopModel> getWorkShop(int workshopId)
 {
     return(_workshopService.getWorkshop(workshopId));
 }