public RoleService(Freelancer_DBContext context)
 {
     this.context = context;
 }
 public UserService(Freelancer_DBContext context)
 {
     this.context = context;
 }