public void ArmyModelCreate(ArmyModelBLL Record) { //creates a single record in the many to many (ArmyModels) table ArmyModelDAL NewRecord = new ArmyModelDAL(); NewRecord = Record.ToDAL(); _context.ArmyModelCreate(NewRecord); }