public IndexModel(musicwithfriends.Models.musicwithfriendsContext context)
 {
     _context = context;
 }
 public DeleteModel(musicwithfriends.Models.musicwithfriendsContext context)
 {
     _context = context;
 }
 public EditModel(musicwithfriends.Models.musicwithfriendsContext context)
 {
     _context = context;
 }