// Get api/resources
 public IEnumerable <ResourceDto> Get()
 {
     return(_service.GetAllBookableResources());
 }