public bool Update(Chapter chapter)
 {
     throw new NotImplementedException();
 }
 public Chapter Add(Chapter chapter)
 {
     throw new NotImplementedException();
 }