public Oth_Add() { InitializeComponent(); WindowStartupLocation = WindowStartupLocation.CenterScreen; OtherDAL otherDAL = new OtherDAL(); otherid = otherDAL.getMaxOtherId() + 1; otherId.Text = otherid + " "; }