I\'m getting the error \"Cannot implicitly convert type \'int?\' to \'int\'. An explicit conversion exists (are you missing a cast?)\" on my OrdersPerHour at the return line
Int32 OrdersPerHour = 0; OrdersPerHour = Convert.ToInt32(dbcommand.ExecuteScalar());