public SoftwareTestRepository(SoftwareTestDataContext context)
 {
     Context = context;
 }
 public SoftwareTestRepository()
 {
     Context = new SoftwareTestDataContext(ConfigurationManager.ConnectionStrings["SoftwareTestConnectionString"].ConnectionString);
 }