public void Editbuyerprofile(Buyer obj)
 {
     _context.Update(obj);
     _context.SaveChanges();
 }