public bool Update(Gallery gallery)
 {
     throw new NotImplementedException();
 }
 public Gallery Add(Gallery gallery)
 {
     throw new NotImplementedException();
 }