public void ModifyTitle(Presentation.Model.Administration.Title.TitleViewModel modifiedTitle)
 {
     throw new NotImplementedException();
 }
 public void AddTitle(Presentation.Model.Administration.Title.TitleViewModel newTitle)
 {
     throw new NotImplementedException();
 }