public ActionResult <WorkshopModel> editWorkShop(int workshopId, WorkshopModel workshop)
 {
     return(_workshopService.editWorkShop(workshopId, workshop));
 }