public CreateModel(RoastedWebApp.Data.RoastedWebAppContext context)
 {
     _context = context;
 }
 public DetailsModel(RoastedWebApp.Data.RoastedWebAppContext context)
 {
     _context = context;
 }
 public EditModel(RoastedWebApp.Data.RoastedWebAppContext context)
 {
     _context = context;
 }
 public IndexModel(RoastedWebApp.Data.RoastedWebAppContext context)
 {
     _context = context;
 }