create separate methods for DataSeed of production checks one for temperature and one for power production mesurements
assume constant temperature in example 600 degrees and add , substract random values from that to obtain nice chart for temperatures
to test Your solution please run sql command on [dbo].[ReactorProductionChecks] : delete from [dbo].[ReactorProductionChecks] and fire up your application note ! this action should be done on localhost
power ranges for each reactor: x < 10 critical 10 <= x <50 out of range 50<= x <250 in range 250 <= x < 300 out of range x > 300 critical
core temp each reactor ranges: x <250 critical 250 <= x < 400 out of range 400 <= x <800 in range 800<= x < 950 out of range x > 950 critical