public bool Update(Authors authors)
 {
     throw new NotImplementedException();
 }
 public bool Insert(Authors authors)
 {
     throw new NotImplementedException();
 }