public ProfileRepository(RatingAppContext context)
 {
     _context = context;
 }
 public SkillsRepository(RatingAppContext context)
 {
     _context = context;
 }