public BusController()
 {
     Context = new BusTerminalDbContext();
 }
 public AccountController()
 {
     Context = new BusTerminalDbContext();
 }