public void PostNewRow(T i_NewRow, DbContext i_Context) { m_Repository.MyContext = i_Context; m_Repository.AddRow(i_NewRow); m_Repository.Save(); }