public void InsertData()
 {
     _view.animalsTableBindingSource.AddNew();
     _model.SaveChanges();
 }