public bool RemoveApply(string username, int storeId)
 {
     return(_repo.RemoveFromApprove(null, _user.GetByName(username).Result.ID, storeId));
 }