سلام میشه به من بگید این کد که مشکلی داره؟

m.Test.Add(new Test
{
NAME = textBox6.Text,
FAMILY = textBox7.Text,
Lesson = textBox5.Text,
Section = textBox4.Text,
MODIR = textBox3.Text,
YEAR = textBox2.Text,
NAME_SCHOOL = textBox1.Text,
pic = textBox8.Text
});
m.SaveChanges();