public FavouriteListRepo(foodstuffsEntities context)
 {
     //_context.Database.SqlQuery<CREATE as Type ToString() macth the data>("dbo.sp", new[] { new SqlParameter("@", "") });
 }
 public FavouriteListRepo()
 {
     _context = new foodstuffsEntities();
 }