public static bool AddImage(IUserLogic userLogic, int userId, string pathOfTheAddedImage) { return(userLogic.AddImage(userId, pathOfTheAddedImage)); }