public void BLCreateAuthor(Author a)
 {
     _data.CreateAuthor(a);
 }
 public void CreateAuthorPassThru(Author _auth)
 {
     _data.CreateAuthor(_auth);
 }
 public void CreateAuthorPassThru(Author a)
 {
     _data.CreateAuthor(a);
 }