public int ArmyCreate(ArmyBLL InputArmy) { ArmyDAL Army = new ArmyDAL(); Army = InputArmy.ToDAL(); return(_context.ArmyCreate(Army)); }